Description
Follow the given transition on the input document life cycle state
Operation id | Document.SetLifeCycle |
Category | Document |
Label | Follow Life Cycle Transition |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
Implementation Class |
Class:
org.nuxeo.ecm.automation.core.operations.document.SetDocumentLifeCycle
|
Contributing Component |
BuiltIn
|
JSON Definition
{
"id" : "Document.SetLifeCycle",
"label" : "Follow Life Cycle Transition",
"category" : "Document",
"requires" : null,
"description" : "Follow the given transition on the input document life cycle state",
"url" : "Document.SetLifeCycle",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "value",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}